net/http.http2outflow.n (field)

9 uses

	net/http (current package)
		h2_bundle.go#L1550: 	n int32
		h2_bundle.go#L1561: 	n := f.n
		h2_bundle.go#L1562: 	if f.conn != nil && f.conn.n < n {
		h2_bundle.go#L1563: 		n = f.conn.n
		h2_bundle.go#L1572: 	f.n -= n
		h2_bundle.go#L1574: 		f.conn.n -= n
		h2_bundle.go#L1581: 	sum := f.n + n
		h2_bundle.go#L1582: 	if (sum > n) == (f.n > 0) {
		h2_bundle.go#L1583: 		f.n = sum